Document Library for WinForms | ComponentOne
C1.Win.Document.8 Assembly / C1.Win.Document Namespace / C1SortedList<TKey,TValue> Class
The type of key.
The type of value.
Members

In This Topic
    C1SortedList<TKey,TValue> Class
    In This Topic
    The sorted list class.
    Object Model
    C1SortedList<TKey,TValue> Class
    Syntax
    'Declaration
     
    Public Class C1SortedList
        (Of TKey As IComparable(Of TKey),
         TValue) 
    public class C1SortedList<TKey,TValue> 
    where TKey: IComparable<TKey>
    Type Parameters
    TKey
    The type of key.
    TValue
    The type of value.
    Inheritance Hierarchy

    System.Object
       C1.Win.Document.C1SortedList<TKey,TValue>

    See Also